home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / ld / emulparams / gld960coff.sh < prev    next >
Encoding:
Text File  |  1996-07-04  |  350 b   |  20 lines

  1. SCRIPT_NAME=i960
  2. OUTPUT_FORMAT=""
  3. TEXT_START_ADDR=??
  4. TARGET_PAGE_SIZE=??
  5. ARCH=i960
  6. TEMPLATE_NAME=gld960c
  7. GLD_STYLE=1
  8. COFF_CTORS='
  9.     ___CTOR_LIST__ = .;
  10.     LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)
  11.     *(.ctors)
  12.     LONG(0)
  13.     ___CTOR_END__ = .;
  14.     ___DTOR_LIST__ = .;
  15.     LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)
  16.     *(.dtors)
  17.     LONG(0)
  18.     ___DTOR_END__ = .;
  19. '
  20.